LEADTOOLS Color Conversion (Leadtools.ColorConversion assembly)

ConvertToImage(Byte[],Int32,RasterImage,Int32,Int32,Int32,Int32) Method

Show in webframe





A byte array containing the input buffer.
Offset to the first byte of the srcBuffer data buffer.
An RasterImage object that will hold the converted data.
Width of pixels to be processed.
Height of pixels to be processed.
Each scanline in the input buffer is a multiple of inAlign bytes.
Each scan line in the output buffer is a multiple of outAlign bytes.
Converts image data in a buffer from one color conversion model to RGB\BGR, and sets the output as RasterImage.
Syntax
public void ConvertToImage( 
   byte[] srcBuffer,
   int srcBufferOffset,
   RasterImage image,
   int width,
   int height,
   int inAlign,
   int outAlign
)
'Declaration
 
Public Overloads Sub ConvertToImage( _
   ByVal srcBuffer() As Byte, _
   ByVal srcBufferOffset As Integer, _
   ByVal image As RasterImage, _
   ByVal width As Integer, _
   ByVal height As Integer, _
   ByVal inAlign As Integer, _
   ByVal outAlign As Integer _
) 
'Usage
 
Dim instance As RasterColorConverterEngine
Dim srcBuffer() As Byte
Dim srcBufferOffset As Integer
Dim image As RasterImage
Dim width As Integer
Dim height As Integer
Dim inAlign As Integer
Dim outAlign As Integer
 
instance.ConvertToImage(srcBuffer, srcBufferOffset, image, width, height, inAlign, outAlign)

            

            
public:
void ConvertToImage( 
   array<byte>^ srcBuffer,
   int srcBufferOffset,
   RasterImage^ image,
   int width,
   int height,
   int inAlign,
   int outAlign
) 

Parameters

srcBuffer
A byte array containing the input buffer.
srcBufferOffset
Offset to the first byte of the srcBuffer data buffer.
image
An RasterImage object that will hold the converted data.
width
Width of pixels to be processed.
height
Height of pixels to be processed.
inAlign
Each scanline in the input buffer is a multiple of inAlign bytes.
outAlign
Each scan line in the output buffer is a multiple of outAlign bytes.
Remarks
The active conversion method is specified in the ConversionParameters object when calling the Start method. To change the active method, use the SetParameters method. Only methods supported by the initialized converter should be specified.

The conversion is done if the BGR or RGB Color Space was specified as the destination format when the Start method was called.

For more information about Alignment Parameters, refer to Alignment Parameters.



To convert to the Yp41 type the input image width must be multiple of 8

Example
For an example, refer to ConversionWhitePoint.WhitePoint.
Requirements

Target Platforms

See Also

Reference

RasterColorConverterEngine Class
RasterColorConverterEngine Members
Overload List
Alignment Parameters
ConvertDirect
ConvertDirect
ConvertDirect
ConvertDirect
Start Method
Stop Method
SetParameters Method
Convert
Convert
ConvertToImage

 

 


Products | Support | Contact Us | Copyright Notices
© 2006-2014 All Rights Reserved. LEAD Technologies, Inc.